home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
utils
/
lparser3
/
tree08.ls
< prev
next >
Wrap
Text File
|
1993-11-22
|
395b
|
23 lines
# --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
12
5
30
#
FFS # the actual tree
#
S=FFR>(60)R>(60)R>(60)R>(60)R>(60)R>(30)S # six branches per segment
R=[Ba] # a single branch
#
a=$tF[Cx]Fb # see bop08.ls
b=$tF[Dy]Fa
#
B=&B # angle increments
C=+C
D=-D
#
x=a # apical elay
y=b
#
F='(1.25)F'(.8) # elongation rate
@